home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Backpacker 2 (Sweden)
/
BackPacker 2 (Sweden) (Disc 1).7z
/
BackPacker 2 (Sweden) (Disc 1).bin
/
pc
/
instdata
/
inst0024
/
00029_Last minute changes.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-01-01
|
346 b
|
17 lines
on mouseDown
set K to the clickOn
puppetSound("Klick")
set the castNum of sprite K to the castNum of sprite K + 1
updateStage()
repeat while the stillDown or soundBusy(1)
end repeat
set the castNum of sprite K to the castNum of sprite K - 1
updateStage()
puppetSound(0)
end
on mouseUp
puppetSprite(4, 0)
go("LastInfo")
end